DomainObjects Class Library

Query<ClassToFind> Properties

The properties of the Query<ClassToFind> class are listed below. For a complete list of Query<ClassToFind> class members, see the Query<ClassToFind> Members topic.

Public Instance Properties

CommandTimeout (inherited from Query) Gets or sets the wait time before terminating the attempt to execute a SQL statement and generating an error.
Distinct (inherited from Query) Gets or sets a value indicating whether only unique rows can appear in the result set. Null values are considered equal for the purposes of the DISTINCT keyword.
ExplicitSelectFields (inherited from Query) Gets the fields whose values will be returned by the DataSet.
Having (inherited from Query) The criteria that will be converted to the HAVING clause of the SQL select statement.
IsTopSpecified (inherited from Query) Gets a value indicating whether this instance is querying only for a top number of rows.
SelectDistinct (inherited from Query) Determine if duplicate rows will be removed when this object is queried from the database.
TargetClass Gets a new instance the target root class.
TargetTableMappedObject Gets the target table mapped object.
Top (inherited from Query) Gets or sets the maximum number of rows that will be returned from the query result set.
UnionedQueries (inherited from Query) Gets the queries that have been unioned with this query.
Where (inherited from Query) Gets or sets the criteria that will be converted to the WHERE clause of the SQL select statement. The getter will always return a non-null value.

See Also

Query<ClassToFind> Class | DomainObjects.Facade.Command Namespace